|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectobservations.DomainObject
DomainObject Every object should inherit from this one.
| Constructor Summary | |
DomainObject()
Default constructor. |
|
DomainObject(java.lang.String name)
Constructs a new object with a name. |
|
| Method Summary | |
java.lang.String |
getName()
Gives the name of the object. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DomainObject()
public DomainObject(java.lang.String name)
name - name of the object| Method Detail |
public java.lang.String getName()
getName in interface DomainInterfaceDomainInterface.getName()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||